.footer{
    width: 100%;
    height: 196px;
    background: #1a5284;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #8fb6d9;
}
.footer .container {
    position: relative;
}
.footer-left {
    position: absolute;
    left: 0;
    top: 67px;
}
.footer-left li {
    float: left;
    margin-right: 34px;
}
.footer-mid {
    padding-top: 50px;
}
.footer p.footernav a {
    color: #fff;
    padding: 0 7px;
}
.footer p.footernav {
    color: #fff;
    font-weight: bold;
}
.footer-right {
    position: absolute;
    right: 0;
    top: 80px;
}
.footer-right li {
    float: left;
    margin-left: 24px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    overflow: hidden;
}
.footer-right li>img {
    width: 100%;
    max-height: none;
    transform: translateY(-32px);
    transition: all .5s;
}
.footer-right li .qrcode {
    display: none;
    width: 112px;
    height: 112px;
    position: absolute;
    background: #336693;
    padding: 3px;
    border-radius: 4px;
    transform: translate(-39%,-170%);
    z-index: 10;
}
.footer-right li .qrcode img {
    width: 106px;
    height: 106px;
    background: #fff;
    border-radius: 4px;
}
.footer-right li .qrcode:after {
    content: '';
    border-top: 6px solid #336693;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: 53px;
    bottom: -9px;
    padding: 0;
    z-index: 11;
}
.footer-right li:hover>img {
    width: 100%;
    max-height: none;
    transform: translateY(0);
    transition: all .5s;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style-type: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

input,
textarea,
button,
select {
    outline: none;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}
